home *** CD-ROM | disk | FTP | other *** search
- on movieStart movie
- global end
- if the directToStage of cast movie = 0 then
- set the directToStage of cast movie to 1
- end if
- if the controller of cast movie = 1 then
- set the controller of cast movie to 0
- end if
- if the sound of cast movie <> 1 then
- set the sound of cast movie to 1
- end if
- set end to the duration of cast movie
- if the movieRate of sprite 5 <> 1 then
- set the movieRate of sprite 5 to 1
- end if
- end
-